/* Global Styles */
:root {
    --mainColor: #FFD300;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    direction: ltr;
    text-align: left;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


@font-face {
    font-family: nasser;
    src: url("../fonts/nasser-regular.ttf");
    font-weight: 500
}

@font-face {
    font-family: nasser;
    src: url("../fonts/nasser-thin.ttf");
    font-weight: 300
}


/* End Global Styles */


/* Intro  */


.intro-section-image {
    background-size: cover;
}

.home-wraper .intro-slider .intro-content h1 {
    color: #fff;
    font-size: 72px;
    line-height: 108px;
    font-weight: 400;
}

.home-wraper .intro-slider .owl-item > div {
    height: 100vh;
    position: relative;
}


.home-wraper .intro-slider .intro-content h1 span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--mainColor);
    border-radius: 14px;
}

.home-wraper .intro-slider .owl-item > div:before {
    position: absolute;
    content: '';
    inset: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
}

.home-wraper .intro-slider .container {
    position: relative;
    z-index: 33;
}

.home-wraper .intro-slider .intro-content span {
    color: var(--mainColor);
    line-height: 24px;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}


.circle {
    position: relative;
    width: calc(35vmin * 2);
    height: calc(35vmin * 2);
    border-radius: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    left: 71px;
}

.circle .logo {
    position: absolute;
    width: calc(calc(35vmin * 2) - calc(35vmin / 3));
    height: calc(calc(35vmin * 2) - calc(35vmin / 3));
    /* background: url(https://avatars.githubusercontent.com/u/58844494?v=4); */
    background-size: cover;
    border-radius: 50%;
    filter: contrast(1.5);
}

.circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.circle-text p span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 35vmin;
}


/* Cursor */
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #FFD300;
    -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #FFD300;
    opacity: .3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #FFD300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

/* // End Cursor */


/* Navbar */
nav.navbar.site-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

nav.navbar.site-navbar:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, black, transparent);
    z-index: -1;
}


/* Site Menu */
aside.site-fixed-menu-sidebar {
    position: fixed;
    top: 0;
    right: -35%;
    width: 35%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    opacity: 0;
    box-shadow: 0 0 5px 5px #7771;
}

.navbar-btns {
    display: flex;
    align-items: center;
    column-gap: 200px;
}

.owl-carousel .owl-item .circle img {
    width: auto;
    height: 200px;
    animation: rotateText 10s linear infinite;
}

.intro-content {
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.navbar-btns a {
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.navbar-btns a i {
    color: var(--mainColor);
}

.site-lines-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

.home-wraper {
    position: relative;
}

.site-lines-grid span {
    display: block;
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 20%);
    position: absolute;
    opacity: 0.70;
    top: 0;
}

.bts-xa {
    position: relative;
    height: 100%;
    direction: ltr;
}

.site-lines-grid .container {
    height: 100%;
}

.site-lines-grid span:nth-of-type(1) {
    right: 0;
}

.site-lines-grid span:nth-of-type(5) {
    right: 100%;
}

.site-lines-grid span:nth-of-type(2) {
    right: 25%;
    background: transparent;
}

.site-lines-grid span:nth-of-type(3) {
    right: 50%;
}

.site-lines-grid span:nth-of-type(4) {
    right: 75%;
}

.intro-slider {
    z-index: 99;
}

.bts-xa:before,
.bts-xa:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 20%);
    position: absolute;
    opacity: 0.70;
    right: 0;
}

.bts-xa:after {
    top: 75%;
}

.bts-xa::before {
    top: 25%;
}

.site-lines-grid span:nth-of-type(2):before {
    opacity: 0.70;
    content: '';
    position: absolute;
    top: 0;
    height: 25%;
    width: 1px;
    background: rgb(255 255 255 / 20%);
}

.site-lines-grid span:nth-of-type(2):after {
    opacity: 0.70;
    content: '';
    position: absolute;
    top: 75%;
    height: 25%;
    width: 1px;
    background: rgb(255 255 255 / 20%);
}

section.about-section {
    padding: 110px 0;
}

.lines-layout {
    position: relative;
}

.lines-layout .bts-xa span {
    background: #000000;
    opacity: 0.10;
}

section.about-section .container {
    position: relative;
}

section.about-section .container:after {
    content: '';
    position: absolute;
    bottom: -110px;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: #e5e5e5;
}

.about-us-text span {
    font-size: 18px;
    color: var(--mainColor);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.about-us-text h3 {
    font-size: 58px;
    line-height: 67px;
    font-weight: 500;
    max-width: 90%;
    margin-bottom: 20px;
}

html[lang=en] .home-wraper .intro-slider .intro-content span {
    direction: ltr;
}

.about-us-text p {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    max-width: 80%;
}

section.services-section .service-item {
    padding: 50px 0;
    min-height: 325px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s linear;
    position: relative;
    background-size: cover;
}

section.services-section .container {
    position: relative;
}

section.services-section .service-item .service-img-box img {
    width: auto;
    height: 130px;
    margin-bottom: 25px;
}

section.services-section .service-item .service-item-content h6 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

section.services-section .service-item .service-item-content span {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
}

section.services-section .container:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: #e5e5e5;
}

section.services-section .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: #e5e5e5;
}

section.services-section .service-item:before {
    background-image: url('../img/h-img.jpg');
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.projects-slider .owl-item.active.center {
}

.projects-slider .owl-item.active.center {
    width: 500px !important;
}

.projects-slider .project-item {
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

section.projects-section .project-item .project-content {
    position: absolute;
    width: calc(100% - 60px);
    right: 30px;
    bottom: 30px;
    padding: 15px 30px;
    background: rgb(0 0 0 / 50%);
    display: flex;
    transition: all .3s ease-in-out;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    column-gap: 10px;
}

section.services-section .service-item .service-item-content span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.projects-section .project-item .project-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 30px;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

section.projects-section .project-item .project-content p {
    font-size: 14px;
    color: #C9C9C9;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.projects-section .center.active .project-item .project-content {
    opacity: 1;
    visibility: visible;
}

section.projects-section .project-item .project-content .p-left a {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.projects-section {
    padding: 100px 0;
}

.projects-slider.owl-carousel.owl-rtl.owl-loaded.owl-drag {
    max-height: 400px;
    overflow: hidden;
}

section.projects-section .section-twis-title {
    margin-bottom: 50px;
}

section.projects-section .section-twis-title span {
    font-size: 18px;
    color: var(--mainColor);
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}

section.projects-section .section-twis-title h3 {
    color: #000;
    font-weight: 500;
    font-size: 62px;
    line-height: 86px;
    margin: 0;
}

.show-all-projects-btn {
    text-align: center;
    margin-top: 50px;
}

.show-all-projects-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    cursor: pointer;
}

.show-all-projects-btn .btn .circle-with-line {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid var(--mainColor);
    position: relative;
}

.show-all-projects-btn .btn .circle-with-line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #000;
}

.show-all-projects-btn .btn .circle-with-line:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    transform: translateY(-50%);
    height: 2px;
    background: #000;
}

.home-intro {
    position: relative;
}

section.numbers-section .number-box {
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

section.numbers-section .number-box h4 {
    color: #fff;
    font-size: 82px;
    font-weight: bold;
    margin: 0;
}

section.numbers-section .number-box span {
    color: var(--mainColor);
    font-size: 14px;
    margin-top: 5px;
}

section.numbers-section {
    position: relative;
}

section.numbers-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

section.numbers-section .row {
    position: relative;
    z-index: 2;
}

.lines-layout .site-lines-grid {
    z-index: 1;
}

.lines-layout section {
    position: relative;
    z-index: 2;
}

section.services-section .col-md-3 {
    padding: 0 !important;
    border-right: 1px solid #e5e5e5;
}

section.services-section .row {
    margin: 0;
}

.tools-shape-box {
    width: 652px;
    height: 652px;
    border-radius: 652px;
    position: relative;
    border: 1px dashed #D6D6D6;
    background: #fff;
}

.tsb-big-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 80%;
    height: 80%;
}

.lity-container {
    background: #fff;
    margin: 10px;
    padding: 10px;
}

.lity-content:after {
    display: none;
}

.tsb-big-item img {
    width: 100%;
    height: 100%;
    z-index: 354;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
}

.tool-box button img {
    width: 64px;
    height: auto;
}

.tool-box button {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.tools-section {
    padding: 100px 0;
}

.tool-box {
    position: absolute;
}


.tool-box.tool-1 {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.tool-box.tool-4 {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.tool-box.tool-2 {
    top: 140px;
    right: -20px;
}

.tool-box.tool-6 {
    top: 140px;
    left: -20px;
}

.tool-box.tool-3 {
    bottom: 120px;
    right: -10px;
}

.tool-box.tool-5 {
    bottom: 120px;
    left: -10px;
}

.tool-box.tool-4 img {
    margin-top: -50px;
}

section.tools-section .row {
    align-items: center;
}

.tools-link {
    text-align: left;
    position: relative;
    z-index: 9999;
}

.tools-section .show-all-projects-btn .btn {
    padding: 0;
    justify-content: flex-start;
}

.tools-section .show-all-projects-btn {
    margin-top: 20px;
}

.active-element-content h4 {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.active-element-content p {
    font-size: 14px;
    font-weight: 300;
    max-width: 85%;
    margin: 0;
    color: #707070;
    margin-top: 10px;
}

section.tools-section .center-section-title {
    margin-bottom: 100px;
    text-align: center;
}

section.tools-section .center-section-title span {
    font-size: 18px;
    font-weight: 500;
    color: var(--mainColor);
    margin-bottom: 20px;
    display: block;
}

section.tools-section .center-section-title h2 {
    font-size: 62px;
    line-height: 86px;
    position: relative;
}

.gallary-item.w-full img {
    width: 100%;
    object-fit: cover;
}

.col-md-6.reverce {
    display: flex;
    flex-direction: column-reverse;
}

.gallary-two-items {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
}

.gallary-two-items .gallary-item {
    flex: 1;
}

.gallary-item-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallary-item {
    position: relative;
}

.gallary-item .gallary-item-content {
    position: absolute;
    width: calc(100% - 60px);
    right: 30px;
    bottom: 30px;
    column-gap: 10px;
    padding: 15px 30px;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.col-md-6.reverce .gallary-two-items {
    margin-top: 0;
    margin-bottom: 30px;
}

.gallary-section {
    padding: 100px 0;
}

.gallary-section .section-twis-title {
    margin-bottom: 50px;
}

.gallary-item-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 30px;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallary-item-content p {
    font-size: 14px;
    color: #C9C9C9;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallary-item:hover .gallary-item-content {
    opacity: 1;
    visibility: visible;
}

.gallary-item-content a {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallary-section .section-twis-title h3 {
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 62px;
    margin: 0;
}

.gallary-section .section-twis-title span {
    font-size: 18px;
    color: var(--mainColor);
    margin-bottom: 12px;
    display: block;
}

.section-twis-title h3:before {
    content: '.';
    left: -20px;
    position: absolute;
    color: var(--mainColor);
}

.section-twis-title h3 {
    position: relative;
    display: inline-block;
}

section.tools-section .center-section-title h2 {
    display: inline-block;
}

section.tools-section .center-section-title h2:before {
    content: '.';
    left: -20px;
    position: absolute;
    color: var(--mainColor);
}

.client-item img {
    height: 100% !important;
    width: auto !important;
}


.client-item {
    height: 130px;
    background: #fff;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.clients-slider {
    padding: 50px 65px;
    background: #F8F8F8;
}

.clients-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 50px);
    right: -25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients-slider.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--mainColor);
    color: #000;
    background: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-slider.owl-carousel .owl-nav button:hover {
    color: var(--mainColor);
}

.clients-slider.owl-carousel .owl-stage-outer {
    z-index: 5;
}

.clients-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.clients-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #CCCCCC;
    position: relative;
}

.clients-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 1px solid #ccc;
    opacity: 0;
}

.clients-slider .owl-dots .owl-dot.active {
    background: var(--mainColor);
}

.clients-slider .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.client-item:hover {
    border-color: var(--mainColor);
}

.nor-title.section-twis-title span {
    display: block;
    color: var(--mainColor);
    margin-bottom: 15px;
}

.clients-section .section-twis-title h3 {
    font-size: 62px;
}

.clients-section .show-all-projects-btn {
    margin-top: 30px;
}

.clients-section .section-twis-title p {
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    color: #707070;
    margin-top: 20px;
    max-width: 78%;
}

.clients-section .show-all-projects-btn .btn {
    justify-content: flex-start;
    padding: 0;
}

section.clients-section {
    padding-bottom: 100px;
}

.job-section .nor-title.section-twis-title {
    padding: 95px 0;
    margin-right: 240px;
    background: #fff;
}

section.contact-section {
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    background: #fff;
    border-right: 1px solid rgb(0 0 0 / 10%);
    position: relative;
}

.upload-your-cv {
    height: 100%;
    background: #FFD300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    row-gap: 45px;
}

.contact-left {
    display: flex;
    flex-direction: column;
    width: 150px;
}

.job-section form {
    height: 100%;
    position: relative;
}

.job-section .nor-title.section-twis-title p {
    max-width: 70%;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
}

.job-section .nor-title.section-twis-title .btn {
    justify-content: flex-start;
}

.job-section .nor-title.section-twis-title .show-all-projects-btn {
    margin-top: 30px;
}

.job-section .nor-title.section-twis-title h3 {
    font-size: 52px;
    width: 80%;
}

.contact-gr {
    display: flex;
    align-items: center;
}

.contact-gr .contact-icon {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.contact-gr .cotnact-right span {
    color: var(--mainColor);
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

section.contact-section .row {
    align-items: center;
    height: 100%;
}

.contact-gr .contact-left {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

.contact-gr .contact-left .contact-icon {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.contact-gr .contact-left .contact-icon:last-of-type {
    border: 0;
}

.contact-section-title {
    padding: 0 50px;
}

.contact-section-title span {
    color: var(--mainColor);
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.contact-section-title h3 {
    font-size: 52px;
    margin: 0;
    font-weight: bold;
}

.contact-gr .cotnact-right p {
    font-size: 14px;
    font-weight: 300;
    color: #707070;
    max-width: 80%;
}

section.contact-section:before {
    background: rgb(0 0 0 / 10%);
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.upload-your-cv:after {
    height: calc(100% + 256px);
    width: 1px;
    background: rgb(0 0 0 / 10%);
    content: '';
    position: absolute;
    top: -35px;
    left: -73px;
    transform: rotate(-25deg);
}

section.job-section {
}


footer.app-footer {
    background: #000000;
    padding: 100px 0 70px 0;
    overflow: hidden;
    position: relative;
    margin-top: 130px;
}

.footer-text span {
    font-size: 14px;
    color: var(--mainColor);
    line-height: 22px;
    margin-bottom: 22px;
    display: block;
    font-weight: bold;
}

.footer-text h4 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 26px;
}

.footer-text p {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-form-footer input,
.contact-form-footer textarea {
    font-weight: 300;
    display: block;
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #707070;
    outline: none;
    padding-bottom: 18px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    font-size: 14px;
}

.contact-form-footer input:focus,
.contact-form-footer textarea:focus {
    font-weight: 500;
    color: var(--mainColor);
    border-bottom-color: var(--mainColor);
}

.contact-form-footer input:focus::placeholder,
.contact-form-footer textarea:focus::placeholder {
    font-weight: 500;
    color: var(--mainColor);
    border-bottom-color: var(--mainColor);
}

.footer-menu-list ul li a {
    color: #707070;
    font-weight: 300;
    transition: all .3s ease-in-out;
    font-size: 18px;
}

.footer-menu-list ul li {
    margin-bottom: 23px;
}

.footer-menu-list ul li:last-of-type {
    margin: 0;
}

.footer-menu-list h4.footer-menu-title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    display: inline-block;
    position: relative;
}

.footer-menu-list h4.footer-menu-title:after {
    content: '.';
    position: absolute;
    left: -11px;
    color: var(--mainColor);
}

.contact-form-footer textarea {
    resize: none;
    height: 100px;
}

footer.app-footer .footer-right-path {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #FFD300;
    width: calc(17% + 5px);
    height: 100%;
    z-index: 20;
    border-right: 26px solid #fff;
}

.contact-form-footer {
    margin-top: 23px;
}

.contact-form-footer button {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    margin-top: 6px;
    letter-spacing: 1px;
}

footer.app-footer .copyright-footer {
    padding-top: 40px;
    border-top: 1px solid #262626;
    text-align: center;
    width: calc(100% - 23% - 3px);
}

footer.app-footer .bnmv > .row {
    margin-bottom: 60px;
}

.app-footer .bnmv {
    position: relative;
    z-index: 2;
}

.app-footer .bnmv:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 35px;
    background-image: url('../img/footer-left-gray.svg');
    width: calc(23% - 3px);
    height: 739px;
    background-size: cover;
}

.container.container-lines {
    position: absolute;
    height: 100%;
    inset: 0;
    z-index: 1;
}

.app-footer .bts-xa:before,
.app-footer .bts-xa:after {
    display: none;
}


.app-footer .col-md-10 .row .col-md-6 {
    margin-top: 30px;
}

.owl-carousel .owl-item .circle img:hover {
    animation: none;
}

.tools-link img:hover {
    animation: rotateText 10s linear infinite;
}

.copyright-footer p {
    margin: 0;
    font-weight: 300;
    color: #707070;
    font-size: 14px;
}

section.services-section .service-item:hover h6 {
    color: var(--mainColor);
}

section.services-section .service-item:hover img {
    display: none;
}

section.services-section .service-item:hover span {
    color: #fff;
}

.copyright-footer p a {
    color: var(--mainColor);
    margin: 0 6px;
}

.footer-menu-list ul li a:hover {
    color: #fff;
}

footer.app-footer:after {
    content: '';
    position: absolute;
    bottom: 100px;
    right: -30px;
    background-image: url('../img/footer-left-path.svg');
    height: 480px;
    width: 14%;
    background-repeat: no-repeat;
    background-size: cover;
}

footer.app-footer .footer-right-path .path-1 {
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
}

footer.app-footer .footer-right-path .path-2 {
    position: absolute;
    bottom: -2px;
    left: 0;
}

footer.app-footer .site-lines-grid span:nth-of-type(2) {
    display: none;
}

section.about-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    background-image: url(../img/footer-left-path.svg);
    height: 480px;
    width: 14%;
    background-repeat: no-repeat;
    background-size: cover;
}

.tools-dots {
    margin-top: 120px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #CCCCCC;
    border: none;
    position: relative;
    outline: none;
}

.owl-dots .owl-dot.active {
    background: var(--mainColor);
}

.owl-dots button.owl-dot {
    position: relative;
}

.owl-dots button.owl-dot:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 1px solid #ccc;
    opacity: 0;
}

.owl-dots button.active.owl-dot:before {
    opacity: 1;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}


section.services-section:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 160px;
    width: 115px;
    height: 1000px;
    background: #F8F8F8;
    transform: translateY(-50%) rotate(-60deg);
}

section.services-section {
    overflow: hidden;
}

section.services-section .container .row {
    background: white;
}


/* Custom Slider */
.circle--rotate {
    border-radius: 50%;
    border: 1px dashed #D6D6D6;
    width: 652px;
    height: 652px;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
}

.circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}

.circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    background-color: #fff;
    height: calc(15% + 2.5px);
    width: calc(15% + 2.5px);
    margin: -7.5% auto;
    transition: all 500ms ease;
    display: flex;
}

.circle--rotate > li i {
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
}

.circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
}

.circle--rotate > li img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

section.job-section:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 160px;
    width: 115px;
    height: 1000px;
    background: #F8F8F8;
    transform: translateY(-50%) rotate(-60deg);
}

section.job-section {
    overflow: hidden;
}

section.job-section .container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    background: rgb(0 0 0 / 10%);
    height: 1px;
    width: calc(100% - 24px);
}

.job-section .container {
    position: relative;
}

.circle--slider {
    position: relative;
    margin-right: -7px;
}

.circle--slider .rotate--circle {
    margin: 0 auto;
}

.circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #fff;
}

.circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
}

.circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    background-color: var(--mainColor);
    transition: all 1s;
}

.circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
}

.circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
}

.circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
}

.circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
}

.circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
}

.circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
}

.circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
}

.circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
}

.circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
}

.circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
}

.circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
}

.circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
}

.circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
}

.circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
}

.circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
}

.circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
}

.circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
}

.circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
}

.circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
}

.circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
}

.circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
}

.circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
}

.circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
}

.circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
}

.circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
}

.circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
}

.circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
}

.circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
}

.circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
}

.circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
}

.circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
}

.circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
}

.circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
}

.circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
}

.circle--slider .animate-wrapper {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.circle--slider .animate-title {
    color: #fff;
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}

.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
}

.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0.4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    height: 62px;
    transform: scale(0.8);
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
}

.close-fixed-menu {
    cursor: pointer;
}

.circle--slider .prev,
.circle--slider .next {
    position: absolute;
    height: 62px;
    width: 87px;
    text-align: center;
    cursor: pointer;
    z-index: 22;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 123%;
}

@media (min-width: 991px) {
    aside.site-fixed-menu-sidebar.show {
        right: 0;
        width: 15.9%;
        padding: 60px 30px;
    }

    .close-fixed-menu {
        position: fixed;
        top: 20px;
        left: 20px;
        font-size: 28px;
    }

    aside.site-fixed-menu-sidebar ul.site-menu li {
        margin-bottom: 20px;
        position: relative;
    }

    aside.site-fixed-menu-sidebar ul.site-menu li.nav-item .nav-link:before {
        content: '';
        position: absolute;
        top: 50%;
        right: -60px;
        height: 45%;
        width: 20px;
        background: #505050;
        transform: translateY(-50%);
        opacity: 0.3;
        transition: all .3s linear;
    }

    aside.site-fixed-menu-sidebar ul.site-menu li .nav-link {
        font-size: 20px;
        color: #505050;
    }

    aside.site-fixed-menu-sidebar ul.site-menu li .nav-link.active {
        color: var(--mainColor);
    }

    aside.site-fixed-menu-sidebar ul.site-menu li .nav-link:not(.active):hover {
        color: #000;
    }

    aside.site-fixed-menu-sidebar ul.site-menu li.nav-item .nav-link.active:before {
        background: var(--mainColor);
        right: -30px;
    }

    aside.site-fixed-menu-sidebar ul.site-menu li.nav-item .nav-link:not(.active):hover:before {
        background: #000;
        opacity: 1;
        right: -30px;
    }

    .footer-menu-list h4.footer-menu-title {
        font-size: 26px;
        color: var(--mainColor);
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .site-fixed-menu-sidebar .footer-menu-list ul li a {
        font-weight: 400;
        font-size: 15px;
    }

    .site-fixed-menu-sidebar .footer-menu-list ul li {
        margin-bottom: 15px;
    }

    .site-fixed-menu-sidebar .footer-menu-list ul li a:hover {
        color: #111;
    }
}

.icon_relative {
    display: none;
}

@media (max-width: 991px) {

    aside.site-fixed-menu-sidebar.show {
        right: 0;
        width: 88%;
        padding: 60px 30px;
    }
}

li.block.n4-box img {
    margin-top: 0px;
}

section.tools-section {
    padding-bottom: 0px;
}

.circle--slider .prev span,
.circle--slider .next span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: none;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-weight: 700;
}

.circle--slider .prev {
    left: 250px;
}

.circle--slider .next {
    right: 250px;
    z-index: 0;
}

/* // End Custom Slider  */


section.tools-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../img/tools-left-path.svg);
    width: calc(17% - 20px);
    height: 1300px;
    background-repeat: no-repeat;
    background-size: cover;
}


.gallary-slider .owl-nav {
    position: absolute;
    top: -100px;
    left: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

html[lang=en] .gallary-slider .owl-nav {
    right: 0;
    left: unset;
}

html[lang=en] .gallary-slider .owl-dots {
    right: 215px;
    left: unset;
}

.gallary-slider .owl-nav button i {
    font-size: 40px;
    color: #000;
    transition: all .3s ease-in-out;
}

.gallary-slider .owl-nav button {
    display: flex;
}

.gallary-slider .owl-nav button.disabled i {
    color: #ccc;
}

.gallary-slider .owl-nav button:not(.disabled):hover i {
    color: var(--mainColor);
}

.gallary-slider .owl-dots {
    position: absolute;
    top: -85px;
    left: 215px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}


.home-intro .owl-carousel .owl-nav button a {
    background: #fff3;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.home-intro .owl-nav {
    left: calc(50% - 12px);
    position: absolute;
    bottom: 75px;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    column-gap: 140px;
}


@media (min-width: 576px) {

    .home-intro .owl-nav,
    .home-intro .owl-dots {
        width: 540px;
    }
}

@media (min-width: 768px) {

    .home-intro .owl-nav,
    .home-intro .owl-dots {
        width: 720px;
    }
}

@media (min-width: 992px) {

    .home-intro .owl-nav,
    .home-intro .owl-dots {
        width: 960px;
    }
}

@media (min-width: 1200px) {

    .home-intro .owl-nav,
    .home-intro .owl-dots {
        width: 1140px;
    }
}

@media (min-width: 1400px) {

    .home-intro .owl-nav,
    .home-intro .owl-dots {
        width: 1320px;
    }
}

.home-intro .owl-dots {
    left: calc(50% - 99px);
    position: absolute;
    bottom: 95px;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
}

.home-intro .owl-nav button.disabled a {
    background: #ffffff14;
    cursor: not-allowed;
}


/*
.home-intro .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 5px;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  content: counter(slides-num) " / ";
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.home-intro .owl-dots button.owl-dot span {
  display: none;
} */


section.services-section .service-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.service-img-box,
.service-item-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.page-title {
    position: relative;
    height: 300px;
    background-image: url('../img/intro-cover.jpg');
}

.page-title .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.page-title .container h1 {
    margin: 0;
    font-size: 38px;
    margin-top: 45px;
    color: var(--mainColor);
    text-transform: uppercase;
    font-weight: bold;
}

.page-title:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #111;
    opacity: 0.4;
    z-index: 1;
}

.about-wraper section.clients-section {
    margin-top: 100px;
}

.gallary-wraper .gallary-items .gallary-item {
    margin-bottom: 24px;
}

.services-wraper section.services-section {
    margin-top: 100px;
}

.services-wraper section.services-section .col-md-3:nth-of-type(1),
.services-wraper section.services-section .col-md-3:nth-of-type(2),
.services-wraper section.services-section .col-md-3:nth-of-type(3),
.services-wraper section.services-section .col-md-3:nth-of-type(4) {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.services-wraper section.clients-section {
    margin-top: 100px;
}

.circle--slider .prev span,
.circle--slider .next span {
    display: block;
}

.circle--slider .prev span,
.circle--slider .next span {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all .3s linear;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    background: #fff;
}

.circle--slider .prev span:hover,
.circle--slider .next:hover span {
    background: var(--mainColor);
    color: white;
}

.tools-wraper section.clients-section {
    margin-top: 100px;
}

.footer-social-media-menu ul {
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
    font-size: 20px;
}


.page-title.page-project-img {
    height: 500px;
    background-size: contain;
}

.page-title.page-project-img .container {
    flex-direction: column;
}

.page-title.page-project-img .user-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
    column-gap: 15px;
}

.page-title.page-project-img .user-area img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.page-title.page-project-img .user-area .auth-bf h5 {
    color: #fff;
    font-size: 18px;
}

.page-title.page-project-img .user-area .auth-bf .project-time {
    color: #ccc;
    font-size: 14px;
}

.main-post {
    padding: 80px 0;
}

.main-post .caption .gat a {
    padding: 8px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 2px;
}

.main-post .main-img {
    height: 540px;
    overflow: hidden;
}

.main-post .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.main-post .post-qoute {
    position: relative;
    padding: 40px;
    padding-left: 120px;
    border: 1px solid rgb(0 0 0 / 10%);
    background: #fff;
    margin: 50px 0;
}

.main-post .post-qoute h6 {
    position: relative;
    margin: 0;
}

.main-post .post-qoute h6:before {
    content: '"';
    position: absolute;
    top: 55px;
    left: -100px;
    font-size: 180px;
    font-family: Poppins;
    line-height: 0;
}

.main-post .iner-img {
    height: 400px;
    margin-bottom: 40px;
}

.main-post .iner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
    margin-top: 10px;
    opacity: .8;
    padding-left: 15px;
    position: relative;
    color: #505050;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px;
}

.main-post .order-list li {
    padding-left: 0;
}

.main-post .order-list li:before {
    display: none;
}

.main-post .order-list li span {
    margin-left: 10px;
    font-size: 13px;
    color: var(--mainColor);
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
    font-size: 14px;
    margin-right: 5px;
    opacity: .7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
    padding: 7px 20px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    margin-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
    background: var(--maincolor);
    color: #1d1d1d;
}

.main-post .info-area .share-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    text-align: center;
    padding: 0;
}

.main-post .author-area {
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.main-post .author-area .author-img .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
    width: 100%;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
    content: '';
    background: #1d1d1d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    opacity: .7;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-post .next-prv-post .thumb-post:first-of-type {
    margin-left: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
    margin-right: 15px;
}

.comments-post .item-box {
    position: relative;
}

.comments-post .item-box p {
    font-size: 14px;
    width: 80%;
    color: #707070;
}

.comments-post .item-box.replayed {
    margin-right: 30px;
}

.comments-post .item-box .replay-butn {
    position: absolute;
    top: 15px;
    left: 15px;
}

.comments-post .item-box .replay-butn a {
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: var(--mainColor);
    font-weight: 500;
}

.comments-post .item-box .replay-butn a:hover {
    background: var(--maincolor);
    color: #1d1d1d;
}

.comments-from input,
.comments-from textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background: transparent;
    color: #fff;
    padding: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.comments-from input:focus,
.comments-from textarea:focus {
    border-color: #fff;
}

.comments-from textarea {
    min-height: 180px;
}

.comments-from button {
    padding: 15px 35px;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.comments-from button .text {
    position: relative;
    z-index: 4;
}

.comments-from button:hover {
    color: #1d1d1d;
}

.comments-from button:hover:after {
    width: 100%;
}

.comments-from button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--maincolor);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-post .cont .project-cats {
    margin-bottom: 25px;
}

.project-cats .gat a {
    background: var(--mainColor);
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
}

.main-post .cont .text p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
}

.main-post .cont .text p:last-of-type {
    margin: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.main-post .cont .title h5 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}

.comments-from {
}

.comments-from {
}

form#contact-form input,
form#contact-form textarea {
    background: #F8F8F8;
    border-radius: 0;
    resize: none;
}

form#contact-form input {
    margin-bottom: 24px;
}

form#contact-form button[type=submit] {
    background: var(--mainColor);
    color: #111;
    border-radius: 0;
    margin-top: 24px;
}

.comments-post.section-padding {
    padding: 50px 0;
}

.item-box.bord-thin-bottom {
    padding-bottom: 10px;
}

p:last-child {
    margin: 0;
}

.comments-post .item-box .user-img img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}

.comments-post .item-box .user-img {
    margin-left: 20px;
}

.item-box .flex {
    display: flex;
}

.item-box.mb-30 {
    margin-bottom: 20px;
}

.comments-post .item-box {
    background: #f8f8f8;
    padding: 10px 20px;
    border: 1px solid #ccc;
}


.comments-post .cont h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.next-prv-post.flex.mt-50 {
    display: flex;
}

.main-post .next-prv-post .thumb-post span {
    color: #ccc;
    margin-bottom: 15px;
    display: block;
}

.main-post .next-prv-post .thumb-post h6 {
    color: #fff;
    font-size: 18px;
}

.main-post .cont .unorder-list ul li {
    position: relative;
    margin-bottom: 15px;
}

.main-post .cont .unorder-list ul {
    padding-right: 30px;
}

.main-post .cont .unorder-list ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 25%;
    background: var(--mainColor);
    right: -18px;
}

.unorder-list {
    margin-bottom: 30px;
}

.main-post .cont .tags.flex {
    display: flex;
    margin: 25px 0;
    column-gap: 20px;
}

.main-post .cont .tags.flex a {
    background: #111;
    border-radius: 0;
    color: #fff;
}

.order-list.mb-30 {
    margin-bottom: 30px;
}

.main-post .cont .order-list ul {
    padding-right: 15px;
}


.share-icon.flex {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.project-item {
    position: relative;
    height: 300px;
    margin-bottom: 24px;
}

section.projects-section .projects-items .project-item .project-content {
    opacity: 1;
    visibility: visible;
}

.blog-item-img a {
    display: block;
}

.blog-item-img a img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.pagination .page-item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.page-item.active .page-link {
    background: var(--mainColor);
    border-color: var(--mainColor);
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #111;
    font-size: 18px;
    border-radius: 0;
    color: #111;
    transition: all .3s linear;
    background: transparent;
}

ul.pagination {
    column-gap: 5px;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.2;
}

.pagination .page-item:not(.active) .page-link:hover {
    background: #111;
    color: #fff;
}

.blog-item .blog-item-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
}

.blog-item-date {
    margin: 14px 0;
    font-size: 13px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: #707070;
}

.blog-item .show-all-projects-btn {
    margin: 0;
    text-align: right;
}

.blog-item .show-all-projects-btn a.btn {
    justify-content: flex-start;
}

.blogs-items .blog-item {
    margin-bottom: 24px;
}

.job-wraper section.job-section {
    padding-top: 50px;
}

.upload-your-cv input {
    position: absolute;
    inset: 0;
    opacity: 0;
    height: 100% !important;
}

#cv-input {
    cursor: pointer;
}

.job-wraper .job-section .nor-title.section-twis-title {
    margin-right: 0px;
}

.job-wraper .job-section form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #747474;
    height: 60px;
    transition: all .3s linear;
    outline: none;
}


.job-wraper .job-section .nor-title form {
    width: 70%;
}

.job-wraper .job-section form .form-group {
    margin-bottom: 20px;
}

.job-wraper .job-section form input:focus {
    border-bottom-color: var(--mainColor);
}

.job-wraper .job-section form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #747474;
    height: 150px;
    transition: all .3s linear;
    outline: none;
    resize: none;
}

.job-wraper .upload-your-cv:after {
    display: none;
}

.contact-form,
.contact-form form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 75%;
}

.contact-form input {
    height: 50px;
    border: none;
    border-bottom: 1px solid #505050;
    transition: all .3s linear;
    outline: none;
}

.contact-form input:focus {
    border-bottom-color: var(--mainColor);
}

.contact-form textarea {
    height: 140px;
    border: none;
    border-bottom: 1px solid #505050;
    transition: all .3s linear;
    outline: none;
    resize: none;
}

section.contact-us-section {
    padding: 50px 0;
}

.contact-text span {
    display: block;
    color: var(--mainColor);
    margin-bottom: 15px;
}

.contact-text h4 {
    font-size: 52px;
    display: inline-block;
    position: relative;
    width: 80%;
}

.contact-text h4:before {
    content: '.';
    left: -20px;
    position: absolute;
    opacity: 0;
    color: var(--mainColor);
}

.contact-text p {
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    color: #707070;
    margin-top: 20px;
    max-width: 78%;
}

.contact-us-wraper .contact-us-section .row {
    align-items: center;
}

.contact-form button {
    color: #fff;
    background: var(--mainColor);
    height: 50px;
    border: 1px solid var(--mainColor);
}

.job-wraper section.job-section:before {
    right: -100px;
    top: 60%;
}

section.service-section {
    padding: 50px 0;
}

section.service-section .service-img-box img {
    width: 320px;
}

section.service-section .service-img-box {
    text-align: center;
}

section.service-section .row {
    align-items: center;
}

section.service-section .service-item p {
    color: #707070;
    font-weight: 300;
    font-size: 18px;
}

section.service-section .service-item h6 {
    font-size: 30px;
    margin-bottom: 20px;
}

section.service-section .service-item-content {
    width: 75%;
}

.service-wraper section.numbers-section {
    margin-bottom: 50px;
}

.service-wraper section.clients-section {
    padding-bottom: 50px;
}

.footer-social-media {
    margin-top: 30px;
}

.footer-social-media span {
    color: var(--mainColor);
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.footer-social-media ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.footer-social-media ul i,
.footer-social-media ul svg {
    opacity: 0.4;
    transition: all .3s linear;
    font-size: 16px;
    height: unset !important;
}

.footer-social-media ul svg {
    fill: white;
}

.footer-social-media ul i {
    color: #fff;
}

.footer-social-media ul li {
    display: flex;
}

.footer-social-media ul li a {
    display: flex;
}

.footer-social-media ul a:hover i,
.footer-social-media ul a:hover svg {
    opacity: 1;
}

section.service-section {
    margin-bottom: -130px;
    padding: 100px 0;
}

section.numbers-section .number-box h4 {
    font-family: sans-serif;
    direction: ltr;
}

.job-section form .uploaded-cv-area {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: none;
    left: 15px;
    width: calc(100% - 30px);
    background: #fff;
    padding: 10px;
}

.job-section form .uploaded-cv-area .first-file-box {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

span.pdf-circle {
    display: flex;
    color: green;
}

.active-element-content {
    padding-left: 10px;
}

html[lang=en] .tools-link {
    text-align: right;
}

html[lang=en] .circle--slider .prev span,
html[lang=en] .circle--slider .next span {
    transform: rotate(180deg);
}

html[lang=en] .section-twis-title h3:before {
    left: unset;
    right: -20px;
}

.intro-slider.owl-carousel.owl-rtl.owl-loaded.owl-drag {
    direction: rtl;
}


html[lang=en] .intro-slider .row {
    flex-direction: row-reverse;
}

html[lang=en] .circle {
    left: unset;
    right: 71px;
    justify-content: flex-start;
}

html[lang=en] .intro-content {
    align-items: flex-end;
    text-align: left;
}

html[lang=en] .home-wraper .intro-slider .intro-content h1 {
    direction: ltr;
}

html[lang=en] aside.site-fixed-menu-sidebar.show {
    right: unset;
    left: 0;
}

html[lang=en] aside.site-fixed-menu-sidebar ul.site-menu li.nav-item .nav-link:before {
    right: unset;
    left: -42px;
}

html[lang="en"] .navbar-btns .txt {
    font-family: nasser, sans-serif;
}

html[lang="ar"] .navbar-btns a:not(.menu-icon) .txt {
    font-family: 'Oswald', sans-serif;
}

html[lang="en"] .contact-gr .contact-left {
    border-left: 1px solid rgb(0 0 0 / 10%);
    border-right: 0;
}

html[lang="en"] .upload-your-cv:after {
    left: unset;
    right: -159px;
}

html[lang="en"] section.job-section:before {
    right: unset;
    left: 160px;
}

html[lang="en"] .job-section .nor-title.section-twis-title {
    margin-right: 0;
    margin-left: 240px;
}

html[lang="en"] .app-footer .bnmv:before {
    left: unset;
    right: 35px;
    transform: rotateY(180deg);
}

html[lang="en"] footer.app-footer .footer-right-path {
    border-right: 0;
    left: unset;
    right: 0;
    border-left: 26px solid #fff;
}

html[lang="en"] footer.app-footer .site-lines-grid span:nth-of-type(2) {
    display: block;
}

html[lang="en"] .show-all-projects-btn .btn .circle-with-line:after {
    right: unset;
    left: -15px;
}

html[lang="en"] section.projects-section .project-item .project-content {
    flex-direction: row-reverse;
}

html[lang="en"] .tools-section .show-all-projects-btn {
    text-align: left;
}

html[lang="en"] .gallary-item .gallary-item-content {
    flex-direction: row-reverse;
}

html[lang="en"] .show-all-projects-btn {
    text-align: left;
}

html[lang="en"] aside.site-fixed-menu-sidebar {
    right: unset;
    left: -35%;
}

html[lang="en"] .close-fixed-menu {
    left: unset;
    right: 20px;
}

html[lang="en"] .home-intro .owl-nav {
    left: unset;
    justify-content: flex-end;
    right: calc(50% - 12px);
    transform: translateX(50%);
}

html[lang="en"] .home-intro .owl-dots {
    left: unset;
    right: calc(50% - 99px);
    transform: translateX(50%);
    justify-content: flex-end;
}

body.menu-opend {
    position: relative;
}

body:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #363636;
    opacity: 0;
    transition: all .3s linear;
}

body.menu-opend::before {
    opacity: 0.5;
    z-index: 999;
}


/* Remove All Lines */
.site-lines-grid {
    display: none !important;
}

section.services-section .container:before {
    display: none;
}

section.services-section .col-md-3 {
    border-right: 0;
}

section.services-section .container:after {
    display: none;
}

section.about-section .container:after {
    display: none;
}

.upload-your-cv:after {
    display: none;
}

section.job-section .container:after {
    display: none;
}

section.contact-section:before {
    display: none;
}

section.contact-section {
    border: 0;
}

.contact-gr .contact-left .contact-icon {
    border: 0;
}

.contact-gr .contact-left {
    border: 0;
}

.services-wraper section.services-section .col-md-3:nth-of-type(1), .services-wraper section.services-section .col-md-3:nth-of-type(2), .services-wraper section.services-section .col-md-3:nth-of-type(3), .services-wraper section.services-section .col-md-3:nth-of-type(4) {
    border-top: 0;
}

.intro-section-image > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tools-dots {
    display: none !important;
}

section.numbers-section > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.client-item img {
    width: auto !important;
    height: 100% !important;
}

.client-item a {
    display: block;
    height: 130px;
}

.footer-social-media-menu ul li a {
    display: flex;
}

.footer-social-media-menu ul {
    align-items: center;
}

html[lang="en"] section.job-section:before {
    left: -150px;
    top: 20%;
}


.center-elem {
    position: relative;
}

.center-elem img {
    background-color: #FFF;
    width: 110px;
    height: 110px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    font-size: 1.8em;
    cursor: pointer;
    position: relative;
    color: #333;
}

.center-elem .circlee {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -55;
    transform: translate(-22%, -22%) rotate(65deg);
    border-right-width: 50px;
    border-right-color: #333;
    border-right-style: solid;

    border-top-width: 50px;
    border-top-color: transparent;
    border-top-style: solid;

    border-bottom-width: 50px;
    border-bottom-color: #333;
    border-bottom-style: solid;

    border-left-width: 50px;
    border-left-color: transparent;
    border-left-style: solid;
    box-sizing: border-box;
    border-radius: 200px;
    transform-origin: center;

    animation: rotating 1.5s cubic-bezier(.97, .11, .33, .6) forwards;
}

@keyframes rotating {
    from {
        transform: translate(-22%, -22%) rotate(360deg);
        filter: hue-rotate(360deg);
    }

    to {
        transform: translate(-22%, -22%) rotate(65deg);
        filter: hue-rotate(50deg);
    }
}

section.tools-section:before {
    z-index: -1;
}

html[dir=ltr] section.tools-section:before {
    left: unset;
    right: 0;
}

.center-elem .circlee::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-color: #333;
    position: absolute;
    top: -28px;
    left: 82px;
    border-radius: 50%;
    z-index: -56
}


.center-elem .circlee::after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-color: #333;
    position: absolute;
    bottom: -26px;
    left: -28px;
    border-radius: 50%;
    z-index: -56
}


.center-elem ul {
    color: red;
    position: absolute;
    right: -60px;
    list-style: none;
}

.center-elem ul li a {
    text-decoration: none;
}

.center-elem ul li:nth-child(1) a i {
    transform: rotate(45deg);
    position: relative;
    top: -15px;
    left: -15px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #FFF;
}


.center-elem ul li:nth-child(2) a i {
    transform: rotate(45deg);
    position: relative;
    top: 1px;
    left: -18px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #FFF;
}

.center-elem ul li:nth-child(3) a i {
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    left: -64px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #FFF;
}

nav.navbar.site-navbar.nav-sticyt:before {
    background: black;
}

html[dir=ltr] .lang span.txt,
html[dir=ltr] .footer-menu-list ul li a.lang {
    font-family: nasser, sans-serif;
}

html[dir=rtl] .lang span.txt,
.contact-section-title a,
html[dir=rtl] .footer-menu-list ul li a.lang {
    font-family: 'Oswald', sans-serif;
}

.center-elem ul li:nth-child(4) a i {
    transform: rotate(45deg);
    position: relative;
    top: -52px;
    left: -123px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #FFF;
}

html[dir=ltr] .footer-menu-list h4.footer-menu-title:after {
    display: none;
}

.center-elem ul li a i {
    transition: background-color .3s ease-out;

}


@media (max-width: 768px) {
    .contact-form, .contact-form form {
        width: 100%;
        max-width: 100%;
    }
}

.share {
    position: relative;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
}

.share ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.share ul li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
    transform: scale(0);
}

.share ul.active li {
    transform: scale(0.95);
}

.share ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #262626;
    transition: 0.5s;
}

.share ul li a .fa {
    transform: rotate(-45deg);
}

.share ul li a:hover {
    color: #fff;
    background: #111;
}

.share ul.active li:nth-child(1) {
    top: -100%;
    left: -100%;
    transition-delay: 0s;
}

.share ul.active li:nth-child(2) {
    top: -100%;
    left: 0;
    transition-delay: 0.2s;
}

.share ul.active li:nth-child(3) {
    top: -100%;
    left: 100%;
    transition-delay: 0.4s;
}

.share ul.active li:nth-child(4) {
    top: 0;
    left: 100%;
    transition-delay: 0.6s;
}

.share ul.active li:nth-child(5) {
    top: 100%;
    left: 100%;
    transition-delay: 0.8s;
}

.share ul.active li:nth-child(6) {
    top: 100%;
    left: 0;
    transition-delay: 1s;
}

.share ul.active li:nth-child(7) {
    top: 100%;
    left: -100%;
    transition-delay: 1.2s;
}

.share ul.active li:nth-child(8) {
    top: 0;
    left: -100%;
    transition-delay: 1.4s;
}

.toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    transform: scale(0.95);
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
}

.toggle:before {
    content: '\f1e0';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
}

.toggle.active:before {
    content: '\f00d';
}


.center-elem ul li a i:hover {
    background-color: #222;
}